projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8316a7
)
(xg_get_file_with_chooser): Move GCPRO1 after declarations
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:20:00 +0000
(06:20 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:20:00 +0000
(06:20 +0000)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 7b1e4c5272ddf57d3ebc8cd5459df3ec17d60158..d80bd6f9eb6ba341207e6f1152cbaa3324c2625f 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-1412,8
+1412,8
@@
xg_get_file_with_chooser (f, prompt, default_filename,
{
Lisp_Object file;
struct gcpro gcpro1;
- GCPRO1 (file);
char *utf8_filename;
+ GCPRO1 (file);
file = build_string (default_filename);